home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 1 / Macwelt DVD 1.toast / Web-Publishing / HTML-Editoren / Alpha ƒ / Help / TclAE Help.tcl < prev    next >
Encoding:
Text File  |  2000-12-14  |  736 b   |  23 lines

  1. ## -*-Tcl-*-
  2.  # ==========================================================================
  3.  #  Help Files
  4.  # 
  5.  #  FILE: "TclAEDocs.tcl"
  6.  #                                    created: 00-10-30 12.38.57 
  7.  #                                last update: 00-12-14 21.17.49 
  8.  #  Description: 
  9.  #  
  10.  #  Script to open the TclAEDocs in a browser from Alpha's Help menu.
  11.  #  
  12.  #  Author: Craig Barton Upright
  13.  #  E-mail: <cupright@princeton.edu>
  14.  #    mail: Princeton University, Department of Sociology
  15.  #          Princeton, New Jersey 08544
  16.  #     www: <http://www.princeton.edu/~cupright>
  17.  #  
  18.  # ==========================================================================
  19.  ##
  20.  
  21. help::openDirect [file join $HOME Help "TclAE Help" index.html]
  22.  
  23.